home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000126_news@newsmaster….columbia.edu _Thu Jul 31 11:23:37 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA25799
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 31 Jul 1997 11:23:37 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA20223
  7.     for kermit.misc@watsun; Thu, 31 Jul 1997 11:23:36 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: msdos kermit 3.14
  12. Date: 31 Jul 1997 15:23:34 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <5rqalm$ovd$1@apakabar.cc.columbia.edu>
  16. References: <5rp67f$ovu@news.azstarnet.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7416
  19.  
  20. In article <5rp67f$ovu@news.azstarnet.com>,
  21. JCain <JCainSpamkiller@azstarnet.com> wrote:
  22.  
  23. : In the past, I've used Msdos 3.14 in a dialup environment but today
  24. : attempted to use it over a network cable.
  25. : Using an EtherExpress Pro and the packet driver that came with it
  26. : (epropkt.com), I was unable to make a connection to the host. I set my
  27. : tcp/ip address, set a gateway (even though we aren't using one -- we just
  28. : happen to have an NT server on the same network cable), set a subnetmask and
  29. : tried to telnet to the unix box using the address of the host rather than a
  30. : name.
  31. : Kermit tries to resolve the host address but can't and therefore never
  32. : connects. It says the host may not be up or I may need to set up a gateway.
  33. : These efforts have been from DOS.
  34. Did you read NETWORKS\SETUP.DOC?  Did you tell Kermit where to find your
  35. name server?  
  36.  
  37. The quick answer is: you either have to fill in all the blanks yourself (lots
  38. of SET TCP/IP commands: ADDRESS, SUBNETMASK, BROADCAST, GATEWAY, DOMAIN,
  39. PRIMARY-NAMESERVER, SECONDARY-NAMESERVER, etc) or else specify a BOOTP, RARP,
  40. or DHCP server.  (For DHCP, you'll need MS-DOS Kermit 3.15 Beta.)
  41.  
  42. - Frank